home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / Flex 2.5.2 / flex-2.5.2 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-30  |  798 b   |  36 lines  |  [TEXT/MPS ]

  1. /***
  2.  *
  3.  * config.h - For Macintosh System 7.5, MPW 3.4
  4.  *              by Christopher E. Hyde, 95-06-29
  5.  *
  6.  ***/
  7.  
  8. #include <Types.h>
  9. extern int    unlink    (char*);
  10.  
  11. // Define to empty if the keyword does not work.
  12. //#undef const
  13.  
  14. // Define to `unsigned' if <sys/types.h> doesn't define.
  15. //#undef size_t
  16.  
  17. // Define if you have the ANSI C header files.
  18. #define STDC_HEADERS
  19.  
  20. // Define if you have the <malloc.h> header file.
  21. //#undef HAVE_MALLOC_H
  22.  
  23. // Define if you have the <string.h> header file.
  24. #define HAVE_STRING_H
  25.  
  26. // Define if you have the <sys/types.h> header file.
  27. #define HAVE_SYS_TYPES_H
  28.  
  29. // Define if you have <alloca.h> and it should be used (not on Ultrix).
  30. //#define HAVE_ALLOCA_H
  31.  
  32. // Define if platform-specific command line handling is necessary.
  33. #undef NEED_ARGV_FIXUP
  34.  
  35. #include <CursorCtl.h>
  36.